home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / league.data < prev    next >
Text File  |  1999-11-29  |  547b  |  16 lines

  1. /* English Translation for League.rexx */
  2.  
  3.   var.1  = "lg_error     = 'ERROR :    (League)'"
  4.   var.2  = "lg_one       = 'Cannot find '"
  5.   var.3  = "lg_two       = 'Unable to open '"
  6.   var.4  = "lg_three     = 'Unable to update the League. Cannot write to '"
  7.   var.5  = "lg_four      = 'Cannot read '"
  8.   var.6  = "lg_five      = '    Team                               Pl Won Drw Lst GoalsF GoalsA    Pts     GoalDiff'"
  9.  
  10.  
  11. /* Please don't change the following lines */
  12.  
  13.   setclip('VarCount', 6)
  14.   do i = 1 to 6
  15.     call setclip('var.'i, var.i)
  16.   end